Amarkal.settings.header.setSectionSubtitle   A
last analyzed

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 1
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
Amarkal.settings.header = {
0 ignored issues
show
Bug introduced by
The variable Amarkal seems to be never declared. If this is a global, consider adding a /** global: Amarkal */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    setSectionTitle: function(title) {
3
        $('#amarkal-settings-sec-title').text(title);
4
    },
5
    setSectionSubtitle: function(subtitle) {
6
        $('#amarkal-settings-sec-subtitle').text(subtitle);
7
    }
8
};